global shapeParameter_Rate1 	= .5;
global shapeParameter_Rate2 	= 1.5;
global shapeParameter_Weight 	= .5;

shapeParameter_Weight:<1;

shapeParameterRateMatrix={{shapeParameter_Rate1,shapeParameter_Rate2}};
shapeParameterFreqMatrix={{shapeParameter_Weight,1-shapeParameter_Weight}};

category categoryPlaceholder     = (2,shapeParameterFreqMatrix , MEAN, ,shapeParameterRateMatrix, 0, 1e25);
